GroupJoin Method (IIndexScanner<T>)
In This Topic
Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection.
Overload List
Overload | Description |
GroupJoin<T2,TResult>(IIndexScanner<T2>,Func<T,IEnumerable<T2>,TResult>) | Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection. |
GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,Object>,Func<IEnumerable<T>,T2,TResult>) | Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence. |
GroupJoin<T2,TResult>(IEnumerable<T2>,Func<T2,Object>,Func<T,IEnumerable<T2>,TResult>) | Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of this collection. |
See Also